@charset "utf-8";
/*reset*/

/* CSS reset for c_b */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	padding: 5px;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

ception,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
	outline: none;
}

/*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}

/*定位*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.vam {
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

p {
	word-spacing: -1.5px;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.curp {
	cursor: pointer
}

;

/*原reset*/
sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*title*/
h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}




/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}

/*网站字体颜色*/

.header,
.content,
.footer,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
}

/*页眉*/
.header {
	width: 100%;
	background-color: #fff;
	position: relative;
	z-index: 999;
}

/*修改*/
.header .hdTop {
	width: 100%;
	background-color: #e6e6e6;
	height: 45px;
}

.header .hdTop p {
	font-size: 14px;
	color: #565656;
	float: left;
	line-height: 45px;
}

.header .hdTopUl {
	float: right;
	margin-top: 12px;
}

.header .hdTopUl li {
	font-size: 14px;
	float: left;
	position: relative;
}

.header .hdTopUl li a {
	color: #565656;
	padding: 0 10px;
	border-right: 1px solid #686868
}

.header .hdTopUl li:first-child a {
	background: url("../img/hd_wx.png") no-repeat left 2px;
	padding-left: 25px;
}

.header .hdTopUl li.last a {
	border: none;
	padding-right: 0;
}

.header .wx {
	display: none;
	width: 125px;
	height: 125px;
	position: absolute;
	top: 35px;
	left: -10px;
}

.header .hdTopUl li:hover .wx {
	display: block;
}

.header .hdMd {
	overflow: hidden;
	margin: 30px auto;
}

.header .hdMd h1 {
	float: left;
}

.header .hdMd h1 img {
	display: block;
}

.header .hdDl {
	float: left;
	width: 500px;
	margin-top: 10px;
	margin-left: 10px;
}

.header .hdDl dt {
	float: left;
	padding: 0 10px;
	border-right: 1px solid #ebebeb
}

.header .hdDl dt b,
.header .hdDl dt a {
	display: block;
}

.header .hdDl dt b {
	font-size: 35px;
	color: #072fa8;
}

.header .hdDl dt a {
	color: #f22;
	font-family: Arial;
	font-size: 18px;
	text-align: center;
}

.header .hdDl dd {
	float: right;
}

.header .hdDl dd h2 {
	font-size: 30px;
	font-weight: normal;
	color: #1a1a1a;
}

.header .hdDl dd p {
	font-size: 17px;
	color: #141414;
	margin-top: 3px;
}

.header .hdPhone {
	float: right;
	background: url('../img/hdPhone.png') no-repeat left center;
	padding-left: 45px;
	margin-top: 20px;
	margin-right: 15px;
}

.header .hdPhone p {
	font-size: 13px;
	color: #333;
}

.header .hdPhone h3 {
	font-size: 25px;
	color: #00248f;
}

.header .hdNav {
	width: 100%;
	background: #072fa8;
}

.header .navBox {
	height: 55px;
	line-height: 55px;
}

.header .nav {
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}

.header .nav>li {
	font-size: 14px;
	position: relative;
}

.header .nav>li>a {
	padding-left: 12px;
	padding-right: 12px;
	display: block;
	color: #fff;
	text-decoration: none;
	background: url("../img/ha_navv_liBg.png") no-repeat right center;
}

.header .nav>li.last a {
	background: none;
}

.header .nav>li:hover,
.header .nav>li.cur {
	background: #ffa200;
}

.header .nav>li:hover>a,
.header .nav>li.cur>a {
	color: #fff;
	background: none;
}


/*footer*/
.footer {
	background-color: #082fa2;
}

.footer,
.footer .ftNav,
.footer .ftBox {
	overflow: hidden;
	width: 100%;
}

.footer .ftNav {
	border-bottom: 1px solid #1d47c3;
	height: 55px;
}

.footer .ftNav li {
	padding: 0 21px;
	font-size: 13px;
	float: left;
	line-height: 53px;
}

.footer .ftNav li a {
	color: #fff;
	text-decoration: none;
	display: block
}

.footer .ftNav li:hover a {
	border-bottom: 2px solid #ffa200;
}

.footer .ftBox {
	padding: 45px 0 20px;
}

.footer .ftDl {
	width: 620px;
	float: left;
}

.footer .ftDl dt {
	float: left;
	margin-left: 10px;
}

.footer .ftDl dd {
	float: right;
	padding-left: 18px;
	border-left: 1px solid #3a5fcd;
}

.footer .ftDl dd p {
	line-height: 25px;
	font-size: 13px;
	color: #fff
}

.footer .ftDl dd p a {
	color: #fff;
}

.footer .ewm {
	float: right;
}

.footer .ewm p {
	text-align: center;
	font-size: 14px;
	color: #fff;
}



/*定制内页*/
.ny_banner a {
	display: block;
	width: 100%;
	background: url("../img/ny_banner.jpg") no-repeat center;
	height: 568px
}

.xbx {
	overflow: hidden;
	width: 100%;
	padding: 30px 20px;
}

.xbx span {
	font-size: 12px;
	color: #8b8b8b;
}

.xbx span a {
	color: #8b8b8b;
	padding: 0 1px;
}

.nyDz {
	overflow: hidden;
	width: 100%;
	background: #fff;
	padding-bottom: 30px;
}

.nyDz .nyBox h3 img {
	display: block;
}

.nyDz .nyBox {
	overflow: hidden;
	border: 1px solid #aaaaaa;
	border-top: none;
}

.nyDz .nySelcet {
	overflow: hidden;
	padding: 20px 0;
}

.nyDz .nyDl {
	width: 300px;
	float: left;
	overflow: hidden;
	margin: 15px 10px;
}

.nyDz .nyDl dt {
	width: 180px;
	float: left;
	text-align: right;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 25px;
}

.nyDz .nyDl dd {
	width: 110px;
	float: right
}

.nyDz .nyDl dd select {
	width: 108px;
	line-height: 23px;
	height: 23px;
	text-align: center;
	font-size: 13px;
	color: #1d1d1d;
	border: 1px solid #aaaaaa;
	outline: none;
}

.nyDz .onlLIne {
	overflow: hidden;
	padding: 0 30px;
	margin-bottom: 30px;
}

.nyDz .onlLIne h4 {
	font-size: 38px;
	color: #072fa8;
	font-weight: normal;
	background: url("../img/ny_online_h4.png") repeat-x left bottom;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.nyDz .onlLIne h4 span {
	font-size: 30px;
	color: #dbdbdb;
	margin-left: 5px;
}

.nyDz .nyLy {
	overflow: hidden;
	padding: 0 40px;
}

.nyDz .nyLy li {
	width: 365px;
	float: left;
	margin-bottom: 18px;
}

.nyDz .nyLy li label {
	float: left;
	width: 60px;
	font-size: 14px;
	color: #1d1d1d;
	line-height: 36px;
}

.nyDz .nyLy li input {
	font-size: 13px;
	color: #000000;
	line-height: 36px;
	border: 1px solid #b5b5b5;
	float: right;
	width: 280px;
	padding: 0 5px;
	outline: none;
	background: none;
}

.nyDz .nyLy li textarea {
	font-size: 13px;
	color: #000000;
	line-height: 25px;
	border: 1px solid #b5b5b5;
	float: right;
	width: 700px;
	padding: 10px 5px;
	outline: none;
	background: none;
	height: 115px;
	resize: none
}

.nyDz .nyLy li.liDl {
	width: 785px;
}

.nyDz .nyLy li:first-child {
	margin-right: 50px;
}

.nyDz a.ny_a {
	display: block;
	font-size: 22px;
	color: #fff;
	margin-left: 110px;
	width: 300px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	background-color: #0c38bf;
}

.retop ul {
	overflow: hidden;
}

.retop li {
	float: left;
	margin-left: 10px;
}

.retop li img {
	display: block;
}



